h1.title-one {
    font-family: "Raleway-Bold";
    color: #000;
    margin-top: 2rem;
}

button.btn1 {
    background: #0088b2;
    padding: 10px;
    border: none;
    width: 40%;
    font-size: 18px;
    font-family: "Raleway-Bold";
    border-radius: 8px;
}
button.btn2 {
    background: #0088b2;
    padding: 10px;
    border: none;
    width: 50%;
    font-size: 18px;
    font-family: "Raleway-Bold";
    border-radius: 8px;
}
button.btn1:hover {
    background: #fff;
    border: 1px solid #000;
    transition: 0.6s;
}

button.btn2:hover {
    background: #fff;
    border: 1px solid #000;
    transition: 0.6s;
}

button.btn1:focus {
    outline: 2px dashed #000;
}

button.btn2:focus {
    outline: 2px dashed #000;

}

a.enquiry-form-link {
    color: #000;
    text-decoration: none;
}

a.phone-link {
    color: #000;
    text-decoration: none;
}

p.newsletter-paragraph {
    margin-top: 1rem;
}

button.btn3 {
    background: #0088b2;
    padding: 10px;
    border: none;
    width: 100%;
    font-size: 18px;
    font-family: "Raleway-Bold";
    border-radius: 8px;
}

button.btn3:hover {
    background: #fff;
    border: 1px solid #000;
    transition: 0.6s;
}

button.btn3:focus {
    outline: 2px dashed #000;

}

a.newsletter-link {
    color: #000;
    text-decoration: none;
}
p.support-text {
    margin-top: 0rem;
}
img.jobseeker-img-one {
    width: 85%;
    margin-bottom: 2rem;
    border-radius: 16px;
}
h2.card-title {
    font-family: "Raleway-Bold";
    color: #000;
}
.card-body {
    border: 2px solid #0088b2;
    border-radius: 8px;
    padding: 10px;
}